GET PlanCare2Api/ClientplansV2/ClientplanAgreements?clientIds[0]={clientIds[0]}&clientIds[1]={clientIds[1]}
Retrieve the Agreements for a list of clients.
Requires 'Start' permission for function ClientPlanOverview {7757BB23-A132-438A-9601-28E6BF9E4CA7}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientIds |
The list of client identifiers. |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of ClientplanAgreement
Collection of ClientplanAgreement| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the agreement |
integer |
Required |
| Name |
The name of the agreement |
string |
Required |
| Description |
The description of the agreement |
string |
None |
| ClientId |
The internal id of the client |
integer |
None |
| ClientName |
The name of the client |
string |
None |
| DomainId |
The domain id related to the agreement |
integer |
None |
| DomainName |
The domainname related to the agreement. For readonly purposes. |
string |
None |
| IsVisibleToAllDisciplines |
Defines to whom the agreement is available True: The agreement is available for all disciplines False: The agreement is only available for defined disciplines |
boolean |
Required |
| AvailableForDisciplines |
The Disciplines for whom the agreement is available |
Collection of Discipline |
None |
| StartDate |
Startdate of the agreement |
date |
None |
| EndDate |
Enddate of the agreement |
date |
None |
| StatusDate |
The Statusdate when the state was set of the agreement |
date |
None |
| StatusDescription |
The state of the agreement. For readonly purposes. |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.